home *** CD-ROM | disk | FTP | other *** search
/ Daddy Day Care Press Kit / Daddy Day Care Press Kit.iso / pc / acrobat reader 5 pc / plug_ins / weblink.api / EXVW / 14999 < prev    next >
Text File  |  2002-12-13  |  379b  |  17 lines

  1. gVerticalGapHeight = gStaticTextHeight / 4;
  2.  
  3. dialog( name: '$$$/Dialogs/Weblink/OpenURL', target_id: 'oURL')
  4. {
  5.     group( )
  6.     {
  7.         view( align_children: align_top )
  8.         {
  9.             static_text( name: '$$$/Dialogs/Weblink/OpenURL/EnterURLToOpen' );
  10.             edit_text( item_id: 'what', width: max_char_width() * 16 );
  11.         }
  12.         
  13.         gap( height: gVerticalGapHeight );
  14.         
  15.         ok_cancel();
  16.     }
  17. }